home *** CD-ROM | disk | FTP | other *** search
- -- card: 14504 from stack: in
- -- bmap block id: 14674
- -- flags: 0000
- -- background id: 5931
- -- name:
- ----- HyperTalk script -----
- on opencard
- global time1
- global Silver
- global Mercury
- global Lead
- global key
- put empty into bkgnd field "info"
- put "Please Click on Next Reagent" into bkgnd field "info"
- set the highlight of button "invert" to true
- end opencard
-
-
-
-
- on check
- global Silver
- global Mercury
- global Lead
- global reagent
- global route
- global score
- if Reagent <> "Distilled Water" then
- set the highlight of card button cv2 to true
- put "Wrong reagent" into line 1 of bkgnd field "info"
-
- put "Examine Flow Chart" into line 2 of bkgnd field "info"
- repeat 2
- set the highlight of card button "flow Chart" to true
- wait 1 second
- set the highlight of card button "flow Chart" to false
- wait 1 second
- end repeat
- set the highlight of card button cv2 to false
- exit check
- end if
- set the highlight of button "invert" to false
- put empty into card field "dist"
- show card field "dist"
- put empty into bkgnd field "info"
- put "Adding Distilled water" into line 5 of card field "dist"
- put "to Test Tube" into line 7 of card field "dist"
- put "and agitating Precipitate" into line 9 of card field "dist"
- wait 2 seconds
-
- hide card field "dist"
- visual dissolve slow
- go to next card
-
- end check
-
-
-
-
- -- part 4 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=0 top=20 right=178 bottom=387
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 24
- -- style flags: 0
- -- line height: 32
- -- part name: note
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=3 top=44 right=106 bottom=54
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hydrochloric Acid
- ----- HyperTalk script -----
- on mouseUp
- global route
- global reagent
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- get the short name of me
- put it into reagent
- check
-
-
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=64 top=44 right=106 bottom=115
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Nitric Acid
- ----- HyperTalk script -----
- on mouseUp
-
- global reagent
-
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- get the short name of me
- put it into reagent
- check
-
-
- end mouseUp
-
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=125 top=44 right=106 bottom=176
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Distilled Water
- ----- HyperTalk script -----
- on mouseUp
-
- global reagent
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- get the short name of me
- put it into reagent
- check
-
-
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=184 top=44 right=106 bottom=235
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Potassium Dichromate
- ----- HyperTalk script -----
- on mouseUp
- global route
- global reagent
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- get the short name of me
- put it into reagent
- check
-
-
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=246 top=44 right=106 bottom=297
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Ammonia
- ----- HyperTalk script -----
- on mouseUp
- global route
- global reagent
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- get the short name of me
- put it into reagent
- check
-
-
- end mouseUp
-
-
-
- -- part 22 (field)
- -- low flags: 81
- -- high flags: 0000
- -- rect: left=389 top=212 right=283 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: hold
-
-
- -- part 29 (field)
- -- low flags: 81
- -- high flags: 0001
- -- rect: left=161 top=212 right=319 bottom=195
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: f
-
-
- -- part 36 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=434 top=205 right=254 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Flow Chart
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card id 7591
- put 1 into zz
- repeat until zz = 4
- set the highlight of card button step2a to true
- wait 30
- set the highlight of card button step2a to false
- wait 30
- put zz+1 into zz
- end repeat
-
- end mouseUp
-
-
-
- -- part 37 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=433 top=5 right=95 bottom=511
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cv
- ----- HyperTalk script -----
-
-
- on mouseUp
-
-
-
-
- show card field "info"
- Put "Please Wait" into line 2 of card field info
- Put "While Centrifuging" into line 4 of card field "info"
- wait 1 second
- visual dissolve slow
- go to next card
- set the lockscreen to true
- go back
- hide card field "info"
- put empty into card field "info"
- go to next card
-
- set the lockscreen to false
-
-
-
- end mouseUp
-
-
-
-
- -- part 38 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=1 top=112 right=205 bottom=390
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Message
- ----- HyperTalk script -----
- on mouseup
- hide card field "message"
- end mouseup
-
-
-
- -- part 39 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=434 top=112 right=198 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hot Water Bath
- ----- HyperTalk script -----
- on mouseUp
-
-
- Put empty into card field "message"
- show card field "message"
- put "Check Flow Chart" into line 1 of card field "message"
- Put "Hot Water Bath not used " into line 3 of card field "message"
- put "at this time" into line 5 of card field "message"
- wait 2 seconds
- hide card field "message"
-
-
-
- end mouseUp
-
-
-
- -- part 40 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=0 top=7 right=206 bottom=416
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: info
-
-
- -- part 41 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=0 top=115 right=172 bottom=383
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cv2
- ----- HyperTalk script -----
- on mouseUp
- put "or go to flow chart" into line 2 of bkgnd field "info"
-
- repeat 2 times
- set the highlight of card button "cv2" to true
- wait 1 second
- set the highlight of card button "cv2" to false
- wait 1 second
- end repeat
-
- end mouseUp
-
-
-
- -- part 43 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=0 top=0 right=331 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: dist
-
-
- -- part 44 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=5 top=210 right=308 bottom=185
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: invert
- ----- HyperTalk script -----
- on mouseUp
-
- end mouseUp
-
-
-
- -- part contents for card part 4
- ----- text -----
- Please Wait While
- Computer Selects
- an Unknown for You
- to Analyze
-
- -- part contents for card part 38
- ----- text -----
- Check Flow Chart
-
- Hot Water Bath not used
-
- at this time
-
- -- part contents for card part 43
- ----- text -----
-
-
-
-
- Adding Distilled water
-
- to Test Tube
-
- and agitating Precipitate